home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #10 / Software USA Volume 4.10.iso / mac / Educational / HTML Vocabulary / HTML Vocabulary 2.0 / HTML Vocabulary 2.0.rsrc / TEXT_2400_Special Characters.txt < prev    next >
Text File  |  1996-09-28  |  4KB  |  126 lines

  1.  
  2. About Entities    
  3. The original HTML-language does not allow special characters other than the usual ones in the English language. To write a Swedish √•, √§ or √∂, to write accents of e and other characters or to insert symbols like $ and ¬©, there are so called entities. An entity begins with an ampersand and ends with a semicolon, and in between, there are usually the character that is enhanced followed by a few more letters that indicates how it would appear. For example, é means √©. An entity can also be written using "&#" followed by the character value and finally a semicolon.
  4.  
  5. The standard used to define entities is called ISO Latin-1. Today, many pages do have special characters anyway, since most browsers will understand them. If you're not using entities, you should include <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> in the head-section of your page.
  6.  
  7. Special Characters    
  8. There are a few characters that must be coded in different ways since they are otherwise used to define HTML-code, unless they are used within a set of SAMP-tags. You may use quotes and amps in the text, but not in tags (such as the ALT-text of an IMG-tag). These letters are
  9.  
  10.  <        #60     <
  11.  >        #62     >
  12.  &        #38     &
  13.  >        #62     >
  14.  
  15. Also the non-breaking space entity is useful, since the browser normally won't care about multiple spaces, while multiple non-breaking spaces can be used as a simple way to add some horizontal space.
  16.  
  17.  ¬†        #160     
  18.  
  19.  
  20. Other Special Characters    
  21. Some of these characters cannot be printed in Courier, which is used here, or in Times that is the standard www-font. If you need characters that doesn't appear correctly, make it as a picture instead.
  22.  
  23.  ‚Ć        #134
  24.  ‚Ä°        #135
  25.  ^        #136
  26.  ‚Ä∞        #137
  27.  SÀá       #138
  28.  ≈í        #140
  29.  ‚Ñ¢        #153
  30.  sÀá       #154
  31.  ≈ì        #156
  32.  ≈∏        #159
  33.  ¬°        #161
  34.  ¬¢        #162
  35.  ¬£        #163
  36.  ‚Ǩ        #164
  37.  ¬•        #165
  38.  ¬ß        #167
  39.  ¬®        #168
  40.  ¬©        #169    ©
  41.  a         #170
  42.  ¬´        #171
  43.  ¬¨        #172
  44.  ‚Äì        #173    ­
  45.  ¬Æ        #174    ®
  46.  ‚Äî        #175
  47.  ¬∞        #176
  48.  ¬±        #177
  49.  2         #178
  50.  3         #179
  51.  ¬¥        #180
  52.  ¬µ        #181
  53.  ¬∂        #182
  54.  ¬∑          #183
  55.  ,        #184
  56.  1         #185
  57.  Àö        #186
  58.  ¬ª        #187
  59.  1/4        #188
  60.  1/2        #189
  61.  3/4        #190
  62.  ¬ø        #191
  63.  √Ä        #192    À
  64.  √Å        #193    Á
  65.  √Ç        #194    Â
  66.  √É        #195    Ã
  67.  √Ñ        #196    Ä
  68.  √Ö        #197    Å
  69.  √Ü        #198    &Aelig;
  70.  √á        #199    Ç
  71.  √à        #200    È
  72.  √â        #201    É
  73.  √ä        #202    Ê
  74.  √ã        #203    Ë
  75.  √å        #204    Ì
  76.  √ç        #205    Í
  77.  √é        #206    Î
  78.  √è        #207    Ï
  79.  -D       #208    Ð
  80.  √ë        #209    Ñ
  81.  √í        #210    Ò
  82.  √ì        #211    Ó
  83.  √î        #212    Ô
  84.  √ï        #213    Õ
  85.  √ñ        #214    Ö
  86.  x        #215
  87.  √ò        #216    Ø
  88.  √ô        #217    Ù
  89.  √ö        #218    Ú
  90.  √õ        #219    Û
  91.  √ú        #220    Ü
  92.  y¬¥       #221    Ý
  93.  l>       #222    Þ
  94.  √ü        #223    ß
  95.  √†        #224    à
  96.  √°        #225    á
  97.  √¢        #226    â
  98.  √£        #227    ã
  99.  √§        #228    ä
  100.  √•        #229    å
  101.  √¶        #230    æ
  102.  √ß        #231    ç
  103.  √®        #232    è
  104.  √©        #233    é
  105.  √™        #234    è
  106.  √´        #235    ë
  107.  √¨        #236    ì
  108.  √≠        #237    í
  109.  √Æ        #238    î
  110.  √Ø        #239    ï
  111.  ‚àÇ        #240    ð
  112.  √±        #241    ñ
  113.  √≤        #242    ò
  114.  √≥        #243    ó
  115.  √¥        #244    ô
  116.  √µ        #245    õ
  117.  √∂        #246    ö
  118.  √∑        #247
  119.  √∏        #248    ø
  120.  √π        #249    ù
  121.  √∫        #250    ú
  122.  √ª        #251    û
  123.  √º        #252    ü
  124.  y¬¥       #253    ý
  125.  l>        #254    þ
  126.  √ø        #255    ÿ